Design for XML mapping scenarios between two different systems [on hold]

Posted by deepak_prn on Programmers See other posts from Programmers or by deepak_prn
Published on 2014-06-02T12:18:48Z Indexed on 2014/06/05 21:41 UTC
Read the original article Hit count: 370

Mapping XML fields between two systems is a mundane routine in integration scenarios. I am trying to make the design documents look better and provide clear understanding to the developers especially when we do not use XSLT or any other IDE such as jDeveloper or eclipse plugins. I want it to be a high level design but at the same time talk in developer's language. So that there is no requirements that slip under the crack.

For example, one of the scenarios goes: the store cashier sells an item, the transaction data is sent to Data management system. Now, I am writing a functional design for the scenario which deals with mapping XML fields between our system and the data management system.

Question : I was wondering if some one had to deal with mapping XML fields between two systems? (without XSLT being involved) and if you used a table to represent the fields mapping (example is below) or any other visualization tool which does not break the bank ? XML Fields mapping

I am trying to find out if there is a better way to represent XML mapping in your design documents. The widely accepted and used method seems to be using a simple table such as in the picture to illustrate the mapping. I am wondering if there are alternate ways/ tools to represent such as in Altova: Altova

© Programmers or respective owner

Related posts about design

Related posts about functional-programming